func runtime.racemalloc

5 uses

	runtime (current package)
		arena.go#L678: 		racemalloc(unsafe.Pointer(span.base()), span.elemsize)
		malloc.go#L1189: 		racemalloc(x, size)
		proc.go#L4712: 			racemalloc(unsafe.Pointer(gp.stack.lo), gp.stack.hi-gp.stack.lo)
		race0.go#L40: func racemalloc(p unsafe.Pointer, sz uintptr)                               { throw("race") }
		stack.go#L419: 		racemalloc(v, uintptr(n))